Added an API point about needing a way to fetch the hpaned position so we
authorFederico Mena Quintero <federico@ximian.com>
Thu, 11 Sep 2003 00:56:46 +0000 (00:56 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Thu, 11 Sep 2003 00:56:46 +0000 (00:56 +0000)
commit9044d774bb625c6b804e24064339c2e485eec9b0
tree79f2e651b0215cec49018025b738aa48ac77bccd
parentaa22566e6c98745e38b777b2c099bdc799857f59
Added an API point about needing a way to fetch the hpaned position so we

2003-09-10  Federico Mena Quintero  <federico@ximian.com>

* TODO: Added an API point about needing a way to fetch the hpaned
position so we can save it.

* gtkfilechooser.c (_gtk_file_chooser_get_paths): Fixed API docs.
(gtk_file_chooser_get_uris): Likewise.
(gtk_file_chooser_get_filenames): Likewise.

* gtkfilechooserdialog.c (file_chooser_widget_file_activated): New
callback, calls gtk_window_activate_default().

* testfilechooser.c (response_cb): Print the selected files if the
user clicks OK.
gtk/gtkfilechooser.c
gtk/gtkfilechooserdialog.c
tests/testfilechooser.c